home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / c / DrChip1_02.readme < prev    next >
Text File  |  1993-10-19  |  1KB  |  27 lines

  1. Short: C tools: ccb flist hdrtag toproto
  2. Type: dev/c
  3. Uploader: cec@gryphon.gsfc.nasa.gov
  4. Author: cec@gryphon.gsfc.nasa.gov
  5.  
  6. ccb     Dr. Chip's C Beautifier program.  Places source code in Dr. Chip's
  7.         preferred indentation style. ccb's indentation methods can be customized
  8.         via options.  Binary only, freeware.  Author: Dr. Charles E. Campbell, Jr.
  9.  
  10. flist   flist generates lists of functions from either C or C++ files.  The lists
  11.         may optionally be in the form of prototypes, extern style (old K&R),
  12.         restricted to global/static functions, and made suitable for inclusion into
  13.         comments; flist can generate <tags> files, too, and merge them with
  14.         <hdrtags> files.  Handles both C and C++.  Binary only, freeware.
  15.         Author: Charles E. Campbell, Jr., Ph.D.
  16.  
  17. hdrtag  ViM and Z support tags; now hdrtags will process header files so
  18.         one can tag to structure names, typedefs, #define labels, and enumerated
  19.         types.  Entire hierarchies of header files can be tagged (include:), too.
  20.         See flist for generating merged hdrtags and tags files.  Handles both
  21.         C and C++. Binary only, freeware.  Author: Charles E. Campbell, Jr., Ph.D.
  22.  
  23. toproto The toproto program converts source code to and from old K&R style
  24.         to the new prototype-using style.  It converts to and from the old
  25.         <varargs.h> style to <stdarg.h> style, too.  Binary only, freeware.
  26.         Author: Charles E. Campbell, Jr., Ph.D.
  27.